DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / UpdateBatchSize Property

In This Topic
    UpdateBatchSize Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
    Syntax
    'Declaration
     
    Public Overrides Property UpdateBatchSize As Integer
    public override int UpdateBatchSize {get; set;}
    See Also